.bannerswiper .swiper-button-prev {
  background: url(../images/index/prev3.png);
  width: 45px;
  height: 45px;
  background-size: cover;
  left: 10px;
}

.bannerswiper .swiper-button-next {
  background: url(../images/index/next3.png);
  width: 45px;
  height: 45px;
  background-size: cover;
  right: 10px;
}

.sec1 {
  background: url(../images/index/bg_line.jpg) repeat;
  padding: 10px 0 30px;
}

.sec1 .ul {
  margin: 40px 0 20px;
}

.sec1 .ul li {
  width: 14.28%;
  float: left;
  padding: 1px;
  box-sizing: border-box;
  text-align: center;
}

.sec1 .ul li a {
  display: block;
  background: #f7f7f7;
  padding: 26px 0;
  box-shadow: none;
  position: relative;
  transition: 0.3s;
}

.sec1 .ul li a p {
  font-size: 16px;
  line-height: 40px;
  color: #606060;
}

.sec1 .ul li a span {
  display: block;
  width: 46px;
  height: 46px;
  background: url(../images/index/icon01.png) no-repeat center;
  background-size: cover;
  margin: 0 auto 5px;
}

.sec1 .ul li a:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/index/active1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 100;
  transition: 0.3s;
  display: none;
}

.sec1 .ul li:hover a,
.sec1 .ul li.on a {
  background: #fff url(../images/index/border1.png) no-repeat left top;
  background-size: 100% 100%;
  transform: scale(1.05);
  box-shadow: 0px 0px 12px rgba(37, 137, 246, 0.22);
  z-index: 100;
}

.sec1 .ul li:hover a:before,
.sec1 .ul li.on a:before {
  display: block;
}

.sec1 .ul li:nth-child(2) a span {
  background-image: url(../images/index/icon02.png);
}

.sec1 .ul li:nth-child(3) a span {
  background-image: url(../images/index/icon03.png);
}

.sec1 .ul li:nth-child(4) a span {
  background-image: url(../images/index/icon04.png);
}

.sec1 .ul li:nth-child(5) a span {
  background-image: url(../images/index/icon05.png);
}

.sec1 .ul li:nth-child(6) a span {
  background-image: url(../images/index/icon06.png);
}

.sec1 .ul li:nth-child(7) a span {
  background-image: url(../images/index/icon07.png);
}

.sec1 .ul li:nth-child(8) a span {
  background-image: url(../images/index/icon08.png);
}

.sec1 .ul li:nth-child(9) a span {
  background-image: url(../images/index/icon09.png);
}

.sec1 .ul li:nth-child(10) a span {
  background-image: url(../images/index/icon010.png);
}

.sec1 .ul li:nth-child(11) a span {
  background-image: url(../images/index/icon011.png);
}

.sec1 .ul li:nth-child(12) a span {
  background-image: url(../images/index/icon012.png);
}

.sec1 .ul li:nth-child(13) a span {
  background-image: url(../images/index/icon013.png);
}

.sec1 .ul li:nth-child(14) a span {
  background-image: url(../images/index/icon014.png);
}
.sec1 .ul li:nth-child(15) a span {
  background-image: url(../images/index/icon015.png);
}
.sec1 .ul li:nth-child(16) a span {
  background-image: url(../images/index/icon016.png);
}
.sec1 .ul li:nth-child(17) a span {
  background-image: url(../images/index/icon017.png);
}
.sec1 .ul li:nth-child(18) a span {
  background-image: url(../images/index/icon018.png);
}
.sec1 .ul li:nth-child(19) a span {
  background-image: url(../images/index/icon019.png);
}
.sec1 .ul li:nth-child(20) a span {
  background-image: url(../images/index/icon020.png);
}
.sec1 .ul1 li {
  width: 48%;
  float: left;
  padding: 20px 0;
  box-sizing: border-box;
}

.sec1 .ul1 li:nth-child(1) {
  margin-right: 4%;
}

.sec1 li a {
  display: block;
  background: #fdfdfd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 36px 52px 36px 40px;
}

.sec1 .ul1 li .text {
  width: 62%;
}

.sec1 .ul1 li h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #444;
}

.sec1 .ul1 li p {
  line-height: 30px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}

.sec1 ul li span {
  display: block;
  width: 120px;
  line-height: 36px;
  border-radius: 18px;
  margin-top: 20px;
  color: #fff;
  background: #0b81de;
  text-align: center;
  font-size: 15px;
}

.sec1 .ul1 li .pho {
  width: 35%;
}

.sec1 .ul2 li {
  width: 31%;
  float: left;
  padding: 30px 0 0;
}

.sec1 .ul2 li:nth-child(2) {
  margin: 0 3.5%;
}

.sec1 .ul2 li a {
  padding: 30px 10px 30px 25px;
}

.sec1 .ul2 li .text {
  width: 58%;
}

.sec1 .ul2 li .text h3 {
  height: 2.4em;
  font-size: 22px;
  margin-bottom: 10px;
  color: #444;
}

.sec1 .ul2 li .text p {
  line-height: 28px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}

.sec1 .ul2 li .pho {
  width: 40%;
}

.sec1 .ul2 li span {
  width: 100px;
  line-height: 30px;
  font-size: 14px;
}

.sec2 {
  overflow: hidden;
  margin: 0px 0 40px;
}

.sec2 .seCon {
  position: relative;
}

.sec2 .item {
  position: relative;
  float: left;
  width: 25%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sec2 .item:hover {
  width: 35% !important;
}

.sec2 .item img {
  width: auto;
  max-width: none;
  position: relative;
  left: 50%;
  margin-left: -378px;
}

.sec2 .item .box {
  display: block;
  position: relative;
}

.sec2 .item .box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 88;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sec2 .item:hover .box:before {
  opacity: 0;
  visibility: hidden;
}

.sec2 .item .box .sigle {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0;
  font-size: 20px;
  color: #fff;
  z-index: 99;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 30px;
  margin-top: -30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sec2 .item:hover .box .sigle {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.sec2 .item .box .cont {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 310px;
  margin-top: -155px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 100;
  padding: 100px 8% 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.sec2 .item:hover .box .cont {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.sec2 .item .box .cont h5 {
  font-size: 22px;
  color: #333;
}

.sec2 .item .box .cont .des {
  color: #666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.sec2 .item:hover .box .cont .des {
  opacity: 1;
  visibility: visible;
}

.sec2 .pagination2 {
  margin-top: 40px;
  position: static;
  text-align: center;
}

.sec2 .pagination2 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #d2d2d2;
  opacity: 1;
}

.sec2 .pagination2 .swiper-pagination-bullet-active {
  background: #f4651c;
}

.sec2 .item .box .icon-more {
  display: block;
  margin-top: 30px;
  width: 36px;
  height: 24px;
  background: url(../images/index/icon2.png) no-repeat center;
  background-size: cover;
  float: right;
}

.sec2 .swiper-button-prev {
  background: url(../images/index/prev2.png);
  width: 45px;
  height: 60px;
  background-size: cover;
  left: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.sec2 .swiper-button-next {
  background: url(../images/index/next2.png);
  width: 45px;
  height: 60px;
  background-size: cover;
  right: 10px;
  border-radius: 5px;
  overflow: hidden;
}

.sec3 ul {
  background: #0b81de;
}

.sec3 li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 30px 0 20px;
}

.sec3 li span {
  display: block;
  width: 68px;
  margin: 0 auto 10px;
}

.sec3 li p {
  font-size: 16px;
  color: #fff;
}

.sec3 {
  margin-bottom: 40px;
}

.sec3 .title {
  margin-top: 0;
}

.sec3 .container {
  position: relative;
  margin-top: 40px;
  padding-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sec3 .swiper-container {
  margin: 30px 80px;
}

.sec3 .swiper-container a {
  display: block;
}

.sec3 .swiper-slide {
  position: relative;
}

.sec3 .swiper-slide:nth-child(odd) {
  padding-bottom: 135px;
}

.sec3 .swiper-button-prev {
  left: 0;
}

.sec3 .swiper-button-next {
  right: 0;
}

.sec3 .swiper-slide .text {
  margin-bottom: 20px;
  padding: 0 10px;
}

.sec3 .swiper-slide:nth-child(odd) .text {
  position: absolute;
  height: 170px;
  bottom: -70px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.sec3 .swiper-slide h3 {
  font-size: 22px;
  color: #333;
  margin: 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec3 .swiper-slide span.time {
  display: block;
  font-size: 16px;
  color: #888;
}

.sec3 .swiper-slide p {
  line-height: 30px;
  font-size: 15px;
  height: 60px;
  overflow: hidden;
}

.sec3 .swiper-slide span.mor {
  display: block;
  width: 90px;
  line-height: 30px;
  text-align: center;
  border-radius: 8px;
  background: #0b81de;
  color: #fff;
  margin-top: 10px;
}

.sec3 .swiper-button-prev {
  background: url(../images/index/prev1.png);
  width: 50px;
  height: 30px;
  background-size: cover;
  left: 10px;
  top: 60%;
}

.sec3 .swiper-button-next {
  background: url(../images/index/next1.png);
  width: 50px;
  height: 30px;
  background-size: cover;
  right: 10px;
  top: 60%;
}

.sec4 {
  padding: 60px 0 40px;
  /* background: url(../images/index/bg.png) no-repeat; */
}

.sec4 .fl {
  width: 50%;
}

.sec4 .title {
  text-align: left;
}

.sec4 .title h2 {
  line-height: 50px;
  font-size: 32px;
}

.sec4 .title span {
  margin: 15px 0;
}

.sec4 .title p {
  line-height: 32px;
  font-size: 16px;
  text-indent: 2em;
}

.sec4 .title a {
  display: block;
  width: 140px;
  line-height: 42px;
  border-radius: 22px;
  border: 1px solid #0b81de;
  color: #0b81de;
  text-align: center;
  margin-top: 20px;
}

.sec4 .fr {
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}

.sec4 .fr .swiper-slide {
  position: relative;
}

.sec4 .fr .swiper-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  background: #fff;
  z-index: 100;
}

.sec4 .fr .swiper-slide-active:before {
  display: none;
}

.sec4 .swiper-button-prev {
  left: 60px;
  top: inherit;
  bottom: -70px;
  background: url(../images/index/prev.png);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.sec4 .swiper-button-next {
  right: inherit;
  left: 130px;
  top: inherit;
  bottom: -70px;
  background: url(../images/index/next.png);
  width: 50px;
  height: 50px;
  background-size: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.sec4 .fr .swiper-slide .bg {
  position: absolute;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.sec4 .fr .swiper-slide h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 50px;
  font-size: 20px;
  color: #fff;
}

.sec5 {
  background: url(../images/index/bg3.jpg);
  padding: 40px 0;
}

.sec5 .title {
  margin-top: 0;
}

.sec5 .swiper-slide {
  transform: scale(0.9);
}

.sec5 .swiper-slide-active,
.sec5 .swiper-slide-duplicate-active {
  transform: scale(1);
}

.sec5 .container {
  padding: 0 60px;
  position: relative;
}

.sec5 .swiper-container {
  padding: 30px 0 50px;
}

.sec5 .swiper-slide img {
  border-radius: 10px;
}

.sec5 .swiper-slide a {
  display: block;
  position: relative;
}

.sec5 .swiper-slide a:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  background: url(../images/index/icon8.png) no-repeat center;
  background-size: cover;
}

.sec5 .swiper-pagination {
  bottom: 0px;
}

.sec5 .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 0;
  background: #d4d4d4;
}

.sec5 .swiper-pagination-bullet-active {
  background: #0b81de;
}

.sec5 .swiper-button-prev {
  left: 0px;
  background: url(../images/index/prev2.png);
  width: 45px;
  height: 60px;
  background-size: cover;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sec5 .swiper-button-next {
  right: 0;
  background: url(../images/index/next2.png);
  width: 45px;
  height: 60px;
  background-size: cover;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sec6 {
  background: url(../images/index/bg1.jpg) no-repeat center;
  padding: 40px 0;
}

.sec6 .list {
  text-align: center;
  padding: 20px 0 30px;
}

.sec6 .list li {
  display: inline-block;
  margin: 0 10px;
}

.sec6 .list li a {
  display: block;
  padding: 0 32px;
  line-height: 40px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-size: 16px;
}

.sec6 .list li.on a {
  background: #0b81de;
  border-color: #0b81de;
  color: #fff;
}

.sec6 .fl {
  width: 55%;
}

.sec6 .fl li {
  width: 47%;
  float: left;
  margin-right: 6%;
}

.sec6 .fl li:nth-child(2) {
  margin-right: 0;
}

.sec6 .fl li a {
  display: block;
  background: #f5f5f5;
}

.sec6 .fl li .text {
  padding: 20px 30px 25px;
}

.sec6 .fl li .text h3 {
  font-size: 18px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec6 .fl li .text p {
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 15px 0 28px;
}

.sec6 .fl li .text span {
  display: inline-block;
  padding-right: 40px;
  font-size: 15px;
  color: #e77512;
  background: url(../images/index/icon7.png) no-repeat right center;
  background-size: 30px;
}

.sec6 .fr {
  width: 42%;
}

.sec6 .fr a {
  display: block;
}

.sec6 .fr dl {
  padding: 26px 30px 25px 20px;
  background: #f5f5f5 url(../images/index/bg2.jpg) no-repeat center top -160px;
  background-size: cover;
  transition: 0.3s;
}

.sec6 .fr dl:hover {
  background-position: center top 0;
}

.sec6 .fr dl:hover dt span,
.sec6 .fr dl:hover dt strong {
  color: #fff;
}

.sec6 .fr dl:hover dd h3,
.sec6 .fr dl:hover dd p {
  color: #fff;
}

.sec6 .fr dl dt {
  width: 80px;
  text-align: center;
  color: #d4d4d4;
  float: left;
}

.sec6 .fr dl dt strong {
  font-size: 60px;
  line-height: 60px;
  color: #d4d4d4;
}

.sec6 .fr dl dt span {
  display: block;
  font-size: 16px;
  line-height: 25px;
  margin-top: 6px;
  color: #d4d4d4;
}

.sec6 .fr dl dd {
  margin-left: 100px;
}

.sec6 .fr dl dd h3 {
  font-size: 18px;
  color: #222;
  line-height: 28px;
}

.sec6 .fr dl dd p {
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin-top: 12px;
  color: #555;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
  .sec2 .item .box .cont {
    padding-top: 50px;
    height: 250px;
  }
  .sec3 {
    margin-top: 30px;
  }
  .sec4 {
    padding-top: 20px;
  }
  .sec4 .title h2 {
    font-size: 30px;
  }
  .sec4 .title {
    margin: 0;
  }
  .sec4 .title p {
    height: 256px;
    overflow: hidden;
  }
  .sec4 .title a {
    width: 120px;
    line-height: 36px;
  }
  .sec6 .fl li {
    width: 48%;
    margin-right: 4%;
  }
  .sec6 .fl li .text {
    padding: 20px 22px 22px;
  }
  .sec6 .fl li .text p {
    margin: 10px 0 13px;
  }
  .sec6 .fr dl {
    padding: 23px 25px;
  }
  .sec6 .fr dl dt strong {
    font-size: 54px;
    line-height: 55px;
  }
  .sec6 .fr dl dd p {
    margin-top: 6px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
  .sec1 .ul {
    margin-top: 30px;
  }
  .sec1 .ul li a span {
    width: 42px;
    height: 42px;
  }
  .sec1 .ul li a {
    padding: 24px 0;
  }
  .sec1 .ul1 li h3 {
    font-size: 22px;
  }
  .sec1 .ul1 li p {
    font-size: 15px;
  }
  .sec1 ul li span {
    width: 100px;
    line-height: 34px;
    font-size: 14px;
  }
  .sec1 .ul2 li {
    width: 32%;
  }
  .sec1 .ul2 li:nth-child(2) {
    margin: 0 2%;
  }
  .sec1 .ul2 li .text h3 {
    font-size: 20px;
    margin-bottom: 7px;
  }
  .sec1 .ul2 li a {
    padding: 22px 5px 22px 20px;
  }
  .sec1 .ul2 li .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .sec .more a {
    width: 120px;
    font-size: 14px;
    line-height: 38px;
  }
  .sec2 .item .box .cont h5 {
    font-size: 20px;
  }
  .sec2 .item .box .cont .des {
    font-size: 15px;
  }
  .sec2 .item .box .icon-more {
    width: 32px;
    height: 19px;
  }
  .sec2 .swiper-button-prev,
  .sec2 .swiper-button-next {
    width: 38px;
    height: 52px;
  }
  .sec4 .title h2 {
    line-height: 40px;
    font-size: 26px;
  }
  .sec4 .title span {
    margin: 8px 0;
  }
  .sec3 li span {
    width: 64px;
  }
  .sec3 li p {
    font-size: 15px;
  }
  .sec3 .swiper-slide h3 {
    font-size: 20px;
  }
  .sec5 .swiper-button-prev,
  .sec5 .swiper-button-next {
    width: 38px;
    height: 52px;
  }
  .sec3 .swiper-button-prev,
  .sec3 .swiper-button-next {
    width: 45px;
    height: 28px;
  }
  .sec6 {
    padding: 10px 0 30px;
  }
  .sec6 .fr dl {
    padding: 20px 22px;
  }
  .sec6 .fl li .text {
    padding-top: 15px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  .sec2 .item .box .cont {
    padding: 25px 30px;
    height: 200px;
  }
  .sec2 .item .box .sigle {
    font-size: 18px;
  }
  .sec2 .item .box .cont h5 {
    font-size: 17px;
  }
  .sec2 .item .box .cont .des {
    font-size: 14px;
    line-height: 27px;
  }
  .sec4 .title p {
    font-size: 15px;
    line-height: 26px;
    height: 206px;
  }
  .sec4 .title a {
    width: 100px;
    line-height: 32px;
  }
  .sec4 .fl {
    width: 48%;
  }
  .sec4 .fr {
    width: 52%;
  }
  .sec3 {
    margin-top: 60px;
  }
  .sec6 .fr dl dt strong {
    font-size: 48px;
    line-height: 50px;
  }
  .sec6 .fr dl dt span {
    font-size: 15px;
    line-height: 20px;
  }
  .sec6 .fr dl dd h3 {
    font-size: 16px;
  }
  .sec6 .fr dl dd p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 4px;
  }
  .sec6 .fr dl {
    padding: 16px 20px;
  }
  .sec6 .fl li .text {
    padding: 15px 20px;
  }
  .sec6 .fl li .text h3 {
    font-size: 16px;
  }
  .sec6 .fl li .text p {
    margin: 6px 0;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .sec6 .fl li .text span {
    font-size: 14px;
    padding-right: 30px;
    background-size: 25px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
  .sec1 .ul2 li {
    padding-top: 10px;
  }
  .sec1 .ul2 li .text p {
    line-height: 24px;
  }
  .sec1 .ul2 li .text p:nth-child(4) {
    height: 48px;
    overflow: hidden;
  }
  .sec1 .ul2 li span {
    margin-top: 10px;
  }
  .bannerswiper .swiper-button-prev,
  .bannerswiper .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
  .sec1 .ul li a span {
    width: 36px;
    height: 36px;
  }
  .sec1 .ul li a p {
    font-size: 14px;
    line-height: 30px;
  }
  .sec1 ul li span {
    width: 90px;
    line-height: 26px;
    font-size: 13px;
    margin-top: 12px;
  }
  .sec1 .ul1 li p {
    font-size: 14px;
    line-height: 24px;
  }
  .sec1 .ul1 li h3 {
    font-size: 20px;
  }
  .sec1 .ul2 li .text h3 {
    font-size: 18px;
  }
  .sec1 .ul2 li span {
    font-size: 13px;
  }
  .sec .more a {
    width: 100px;
    line-height: 32px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
  .sec6 .fr dl {
    padding: 13px 16px;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  .bannerswiper .swiper-button-prev {
    width: 36px;
    height: 36px;
    left: 15px;
  }
  .bannerswiper .swiper-button-next {
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .bannerswiper .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
  }
  .sec1 {
    background: url(../images/index/bg_line.jpg) repeat;
  }
  .sec1 .ul {
    margin: 30px 12px 10px;
  }
  .sec1 .ul li {
    width: 50%;
  }
  .sec1 .ul li a {
    padding: 16px 0;
  }
  .sec1 .ul li a p {
    font-size: 15px;
    line-height: 36px;
  }
  .sec1 .ul li a span {
    width: 38px;
    height: 38px;
    margin-bottom: 0;
  }
  .sec1 .ul li a:before {
    width: 24px;
    height: 24px;
    right: -12px;
    top: -12px;
  }
  .sec1 ul {
    margin: 0 12px;
  }
  .sec1 .ul1 li {
    width: 100%;
    float: inherit;
    padding: 14px 0;
  }
  .sec1 .ul1 li:nth-child(1) {
    margin-right: 0%;
  }
  .sec1 li a {
    display: block;
    background: #fdfdfd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 15px 10px;
  }
  .sec1 .ul1 li .text {
    width: 63%;
    float: left;
  }
  .sec1 .ul1 li h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
  }
  .sec1 .ul1 li p {
    line-height: 22px;
    font-size: 13px;
  }
  .sec1 ul li span {
    width: 90px;
    line-height: 30px;
    border-radius: 15px;
    margin-top: 12px;
    font-size: 14px;
  }
  .sec1 .ul1 li .pho {
    width: 35%;
    float: right;
    margin-top: 30px;
  }
  .sec1 .ul2 li {
    width: 100%;
    float: inherit;
    padding: 15px 0 0;
  }
  .sec1 .ul2 li:nth-child(2) {
    margin: 0 0%;
  }
  .sec1 .ul2 li a {
    padding: 20px 12px;
  }
  .sec1 .ul2 li .text {
    width: 63%;
    float: left;
  }
  .sec1 .ul2 li .text h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sec1 .ul2 li .text p {
    line-height: 22px;
    font-size: 13px;
  }
  .sec1 .ul2 li .pho {
    width: 35%;
    float: right;
  }
  .sec1 .ul2 li span {
    width: 90px;
    line-height: 30px;
    font-size: 14px;
  }
  .sec2 {
    overflow: hidden;
    margin: 0px 12px 0px;
  }
  .sec2 .seCon {
    position: relative;
  }
  .sec2 .item {
    position: relative;
    float: left;
    width: 80%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .sec2 .item:hover {
    width: 35% !important;
  }
  .sec2 .item img {
    width: 100%;
    left: 0%;
    margin-left: -0;
  }
  .sec2 .item .box:before {
    display: none;
  }
  .sec2 .item:hover .box:before {
    opacity: 0;
    visibility: hidden;
  }
  .sec2 .item .box .sigle {
    display: none;
  }
  .sec2 .item .box .cont {
    left: 30px;
    right: 30px;
    top: 50%;
    margin-top: -80px;
    height: inherit;
    padding: 20px 10px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .sec2 .item .box .cont h5 {
    font-size: 16px;
  }
  .sec2 .item .box .cont .des {
    font-size: 14px;
    line-height: 22px;
    visibility: visible;
    opacity: 1;
  }
  .sec2 .item .box .icon-more {
    margin-top: 20px;
    width: 26px;
    height: 16px;
  }
  .sec2 .swiper-button-prev {
    width: 36px;
    height: 48px;
    left: 0px;
  }
  .sec2 .swiper-button-next {
    width: 36px;
    height: 48px;
    right: 0px;
  }
  .sec3 li {
    width: 33.33%;
    padding: 20px 6px 20px;
    box-sizing: border-box;
  }
  .sec3 li:last-child {
    display: none;
  }
  .sec3 li span {
    width: 42px;
    margin: 0 auto 6px;
  }
  .sec3 li p {
    font-size: 13px;
  }
  .sec3 {
    margin-bottom: 20px;
  }
  .sec3 .title {
    margin-top: 0;
  }
  .sec3 .container {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .sec3 .swiper-container {
    margin: 20px 50px;
  }
  .sec3 .swiper-container a {
    display: block;
  }
  .sec3 .swiper-slide {
    position: relative;
  }
  .sec3 .swiper-slide:nth-child(odd) {
    padding-bottom: 135px;
  }
  .sec3 .swiper-slide .text {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .sec3 .swiper-slide:nth-child(odd) .text {
    position: absolute;
    height: 170px;
    bottom: -70px;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .sec3 .swiper-slide h3 {
    font-size: 15px;
  }
  .sec3 .swiper-slide span.time {
    font-size: 13px;
  }
  .sec3 .swiper-slide p {
    line-height: 24px;
    font-size: 14px;
    height: 48px;
  }
  .sec3 .swiper-button-prev {
    width: 30px;
    height: 18px;
    top: 60%;
  }
  .sec3 .swiper-button-next {
    width: 30px;
    height: 18px;
    top: 60%;
  }
  .sec4 {
    padding: 0px 12px 30px;
    margin-top: 30px;
    background: url(../images/index/bg.png) no-repeat;
  }
  .sec4 .fl {
    width: 100%;
  }
  .sec4 .title {
    text-align: left;
  }
  .sec4 .title h2 {
    line-height: 40px;
    font-size: 24px;
  }
  .sec4 .title span {
    display: none;
  }
  .sec4 .title p {
    line-height: 24px;
    font-size: 15px;
    text-indent: 2em;
  }
  .sec4 .title a {
    width: 90px;
    line-height: 30px;
    border-radius: 15px;
    margin: 10px auto;
  }
  .sec4 .fr {
    width: 100%;
    padding-left: 0px;
  }
  .sec4 .fr .swiper-slide {
    position: relative;
  }
  .sec4 .fr .swiper-slide:before {
    display: none;
  }
  .sec4 .fr .swiper-slide-active:before {
    display: none;
  }
  .sec4 .swiper-button-prev {
    left: 10px;
    bottom: inehrit;
    width: 45px;
    height: 45px;
    top: 50%;
  }
  .sec4 .swiper-button-next {
    right: 10px;
    left: inherit;
    bottom: inherit;
    top: 50%;
    width: 45px;
    height: 45px;
  }
  .sec4 .fr .swiper-slide h3 {
    padding: 40px 30px;
    font-size: 18px;
  }
  .sec5 {
    padding: 20px 0;
  }
  .sec5 .swiper-slide {
    transform: scale(1);
  }
  .sec5 .container {
    padding: 0 50px;
  }
  .sec5 .swiper-container {
    padding: 20px 0 30px;
  }
  .sec5 .swiper-pagination {
    bottom: 5px;
  }
  .sec5 .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
  }
  .sec5 .swiper-button-prev {
    width: 36px;
    height: 50px;
  }
  .sec5 .swiper-button-next {
    width: 36px;
    height: 50px;
  }
  .sec6 {
    padding: 10px 12px;
  }
  .sec6 .list {
    padding: 10px 0;
    overflow: hidden;
  }
  .sec6 .list li {
    display: block;
    float: left;
    width: 33.33%;
    margin: 0px;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .sec6 .list li a {
    padding: 0;
    line-height: 34px;
    font-size: 15px;
  }
  .sec6 .fl {
    width: 100%;
  }
  .sec6 .fl li {
    width: 50%;
    float: left;
    margin-right: 0%;
    padding: 12px 8px;
    box-sizing: border-box;
  }
  .sec6 .fl li .text {
    padding: 10px 10px;
  }
  .sec6 .fl li .text h3 {
    font-size: 15px;
  }
  .sec6 .fl li .text p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin: 7px 0 12px;
  }
  .sec6 .fl li .text span {
    padding-right: 30px;
    font-size: 13px;
    background-size: 23px;
  }
  .sec6 .fr {
    width: 100%;
  }
  .sec6 .fr dl {
    padding: 15px;
    background: #f5f5f5;
    border-bottom: 1px dashed #eaeaea;
  }
  .sec6 .fr dl:hover dt span,
  .sec6 .fr dl:hover dt strong {
    color: #333;
  }
  .sec6 .fr dl:hover dd h3,
  .sec6 .fr dl:hover dd p {
    color: #333;
  }
  .sec6 .fr dl dt {
    width: 60px;
  }
  .sec6 .fr dl dt strong {
    font-size: 40px;
    line-height: 50px;
    color: #0b81de;
  }
  .sec6 .fr dl dt span {
    font-size: 15px;
    line-height: 20px;
    margin-top: 4px;
  }
  .sec6 .fr dl dd {
    margin-left: 70px;
  }
  .sec6 .fr dl dd h3 {
    font-size: 15px;
    line-height: 25px;
  }
  .sec6 .fr dl dd p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 4px;
  }
}
